gtk4.git
2014-05-23 Carlos Garnachogesture: Add explanatory note in GtkGesture::end
2014-05-23 Carlos Garnachogesture: Cancel sequences that make a gesture exceed...
2014-05-23 Carlos Garnachowidget: Change slightly the gesture cancellation policy...
2014-05-23 Carlos Garnachorotate: Ensure delta is between [0..2π]
2014-05-23 Carlos Garnachopan: make the direction factor less narrow in v/h direc...
2014-05-23 Carlos Garnachogesture: Handle GDK_TOUCH_CANCEL events
2014-05-23 Carlos Garnachogesture: Protect against odd window hierarchies
2014-05-23 Carlos Garnachoswipe: Don't emit ::swipe if there are still active...
2014-05-23 Matthias ClasenPrevent subclassing of gestures
2014-05-23 Matthias ClasenGtkSpinButton: Don't leak the gestures
2014-05-23 Matthias ClasenGtkWindow: Don't leak the gesture
2014-05-23 Matthias ClasenGtkTreeView: Remove unused field
2014-05-23 Matthias Clasengtk3-demo: Don't leak the color chooser
2014-05-23 Matthias ClasenGtkColorPlane: Actually add the long press gesture
2014-05-23 Matthias ClasenGtkButton: Don't leak the gesture
2014-05-23 Matthias ClasenForgotten file
2014-05-23 Matthias ClasenGtkButton: Port to GtkGesture
2014-05-23 Carlos Garnachowidget: remove GtkGesture-related signals
2014-05-23 Carlos Garnachodocs: Add missing GtkEventController functions
2014-05-23 Carlos Garnachowidget: Add docs for GtkGesture-related API
2014-05-23 Carlos Garnachogesturesingle: doc fixes
2014-05-23 Carlos Garnachozoom: doc fixes
2014-05-23 Carlos Garnachoswipe: doc fixes
2014-05-23 Carlos Garnachorotate: doc fixes
2014-05-23 Carlos Garnachopan: doc fixes
2014-05-23 Carlos Garnachomultipress: doc fixes
2014-05-23 Carlos Garnacholongpress: doc fixes
2014-05-23 Carlos Garnachodrag: doc fixes
2014-05-23 Carlos Garnachogesture: doc fixes
2014-05-23 Carlos Garnachoeventcontroller: doc fixes
2014-05-23 Carlos Garnachodocs: Add missing controller/gesture docs
2014-05-23 Carlos Garnachopan: Add missing documentation
2014-05-23 Carlos Garnachozoom: Add missing documentation
2014-05-23 Carlos Garnachorotate: Add missing documentation
2014-05-23 Carlos Garnachoswipe: Add missing documentation
2014-05-23 Carlos Garnachodrag: Add missing documentation
2014-05-23 Carlos Garnacholongpress: Add missing documentation
2014-05-23 Carlos Garnachomultipress: Add missing documentation
2014-05-23 Carlos Garnachogesturesingle: Add missing documentation
2014-05-23 Carlos Garnachogesture: Add missing documentation
2014-05-23 Carlos Garnachoeventcontroller: Add missing documentation
2014-05-23 Carlos Garnachoenums: Add missing docs to controller/gesture enums
2014-05-23 Carlos GarnachoRemove GtkPressAndHold
2014-05-23 Carlos Garnachoenums: Document GtkPropagationPhase
2014-05-23 Carlos Garnachospinbutton: increase/decrease value on upwards/downward...
2014-05-23 Carlos GarnachoAdd GtkGesturePan
2014-05-23 Carlos Garnachorange: Replace GtkPressAndHold with GtkGestureLongPress
2014-05-23 Carlos Garnachoswipe: Add function to retrieve the current velocity
2014-05-23 Carlos Garnachocolorswatch: Replace GtkPressAndHold
2014-05-23 Carlos Garnachocolorscale: Replace GtkPressAndHold with GtkLongPressGe...
2014-05-23 Carlos Garnachocolorplane: Replace GtkPressAndHold with GtkLongPressGe...
2014-05-23 Carlos Garnachoentry: Don't show text handles too eagerly on button...
2014-05-23 Carlos Garnacholongpress: Ensure check() happens after cancel()
2014-05-23 Carlos Garnacholongpress: fix reentrancy on ::reset()
2014-05-23 Carlos Garnachogesturemultipress: fix reentrancy on ::reset()
2014-05-23 Carlos Garnachogesturesingle: check the current sequence before resett...
2014-05-23 Carlos Garnachoscrolledwindow: update to gesture widget-level API...
2014-05-23 Carlos Garnachowindow: update to gesture widget-level API changes
2014-05-23 Carlos Garnachotreeview: update to gesture widget-level API changes
2014-05-23 Carlos Garnachodrag: remove unused #define
2014-05-23 Carlos Garnachoeventcontroller: Add documentation blurb
2014-05-23 Carlos Garnachodnd: Update to gesture widget-level API changes
2014-05-23 Carlos Garnachodemo: Update to gesture widget-level API changes
2014-05-23 Carlos Garnachowidget: refactor gesture integration
2014-05-23 Carlos Garnachogesture: Add grouping API
2014-05-23 Carlos Garnachogesture: Add gtk_gesture_set_state() helper.
2014-05-23 Carlos Garnachogesture: emit the current state on ::sequence-state...
2014-05-23 Carlos Garnachogesture: group continue conditions together
2014-05-23 Carlos Garnachogesture: return TRUE if the sequence state was already set
2014-05-23 Carlos Garnachogesture: fix compiler warning
2014-05-23 Carlos Garnachogesture: ignore events if now widget window was found
2014-05-23 Carlos Garnachoeventcontroller: Add propagation-phase property
2014-05-23 Carlos Garnachotreeview: remove superfluous GTK+ grabs
2014-05-23 Carlos Garnachotextview: remove superfluous GTK+ grabs
2014-05-23 Carlos Garnachoiconview: remove superfluous GTK+ grabs
2014-05-23 Carlos Garnachocombobox: remove superfluous GTK+ grabs
2014-05-23 Carlos Garnachocellrendereraccel: remove superfluous GTK+ grabs
2014-05-23 Carlos GarnachoRevert "gtk: Remove propagation limit of captured event...
2014-05-23 Carlos Garnacholongpress: Use xsettings to determine long press duration
2014-05-23 Carlos Garnachosettings: Add gtk-long-press-time setting
2014-05-23 Carlos Garnachowindow: Use gestures for window moving/resizing
2014-05-23 Carlos Garnachotreeview: Use multipress gesture for row activation
2014-05-23 Carlos Garnachodnd: Use GtkGestureDrag to initiate DnD
2014-05-23 Carlos Garnachoscrolledwindow: Ensure the dragging sequence gets denie...
2014-05-23 Carlos Garnachoscrolledwindow: Fix overshoot coordinates
2014-05-23 Carlos Garnachowidget: Add gtk_widget_set_gesture_state()
2014-05-23 Carlos Garnachowidget: Improve button press emulation on sequence...
2014-05-23 Carlos Garnachoswipe: Dont emit swipe() if the gesture was denied...
2014-05-23 Carlos Garnachodrag: Make API offsets based
2014-05-23 Carlos Garnachoscrolledwindow: Use GtkGestureSingle API
2014-05-23 Carlos Garnachoscrolledwindow: Update gesture API change.
2014-05-23 Carlos Garnachodemo: Update to gesture API change
2014-05-23 Carlos Garnachowidget: Reset gestures on grab-notify
2014-05-23 Carlos Garnachowidget: Make helper gesture API take GtkGestures
2014-05-23 Carlos GarnachoAdd: GTK_PHASE_NONE value to GtkCapturePhase.
2014-05-23 Carlos Garnachogesture: check the gesture after denying a sequence.
2014-05-23 Carlos Garnachogesture: Offer always coordinates in the gesture widget...
2014-05-23 Carlos Garnachomultipress: Remove unused signal argument
2014-05-23 Carlos Garnachoswipe: Make a subclass of GtkGestureSingle
2014-05-23 Carlos Garnachodrag: Make a subclass of GtkGestureSingle
next